home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / UTILITY / XDOS380.ARJ / SINGLE.BAT < prev    next >
DOS Batch File  |  1992-03-19  |  274b  |  16 lines

  1. echo off
  2. cls
  3.  
  4. if "%1" == "" goto nothing
  5. :
  6. del %1.zip
  7. pkzip %1 %2.%3
  8. pkzip %1 ..\document\xdosinfo.txt
  9. pkzip %1 ..\document\orderfrm.txt
  10. pkzip %1 ..\document\asp.txt
  11. pkzip %1 ..\document\%2.man
  12. goto done
  13. :nothing
  14. echo Usage SINGLE ZIPNAME PROGNAME EXT
  15. :done
  16.